<body>
<div id="formDiv" class="navDiv">
<div style="float:left;width:80px;">Imię:</div>
<div><input type="text" value="" 
       id="tfImie" class="myTextInput">
</div>
<div style="float:left;width:80px;">Nazwisko:</div>
<div><input type="text" value="" 
       id="tfNazwisko" class="myTextInput">
</div>
<div style="width:50%;margin:0 auto;text-align:center;">
  <input type="button" value="Wyślij" id="btnWyslij"
         onclick="wyslijDane();" style="margin-top:10px;">
</div>
</div>
<div id="dataDiv" class="dataDiv">
</div>
</body>